home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 4
/
Mac Giga-ROM 4.0 - 1993.toast
/
FILES
/
HYP
/
H-I
/
HyperScrap.cpt
/
HyperScrap
/
card_6542.txt
< prev
next >
Wrap
Text File
|
1989-01-09
|
994b
|
49 lines
-- card: 6542 from stack: in
-- bmap block id: 6752
-- flags: 4000
-- background id: 2715
-- name: Quick Reference
----- HyperTalk script -----
on idle
if the seconds mod 2 = 0 then
show card button "Click to continue..."
end if
if the seconds mod 2 is not 0 then
hide card button "Click to continue..."
end if
end idle
-- part 1 (button)
-- low flags: 80
-- high flags: A000
-- rect: left=169 top=178 right=206 bottom=325
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Click to continue...
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=22 right=305 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pop card
end mouseUp